Installation Instructions
1. Download the Plugin
https://lnkd.in/gsiy45hH

2. Move the Plugin
Place the downloaded file into any Maya plugin path (e.g., Windows - Documents/maya/plug-ins). Create the folder "plug-ins" if you do not have one.

3. Enable the Plugin
Open Maya, go to the Plugin Manager, and enable the storeAsset.

4. Access the New Menu
Once enabled, you’ll see a new option under the File menu ---> Store Asset in Project.


(Optional) Adding to shelf or running the command manually
MEL command: storeAsset
Double click command: storeAsset -ui

You can also run in python
from maya import cmds
cmds.storeAsset(ui = True)